home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / sound / cthugha-.003 / cthugha- / cthugha-L-0.7 / configure < prev    next >
Text File  |  1996-02-27  |  2KB  |  76 lines

  1. #############################################################################
  2. #
  3. # Configuration for Cthugha-L
  4. #
  5. #############################################################################
  6. #
  7. # You can set all your preferences in this file
  8. #
  9.  
  10. # change the INST_LIB, INST_BIN, INST_MAN and INST_INFO to install to 
  11. # different directories.
  12. #
  13. INST_LIB = /usr/local/lib/cthugha/
  14. INST_BIN = /usr/local/bin/
  15. INST_MAN = /usr/local/man/man1/
  16. INST_INFO = /usr/info/
  17. INST_AD = /usr/lib/X11/app-defaults/
  18.  
  19. #
  20. # options for compile. Everything should work as it is set now.
  21. #
  22.  
  23. #
  24. # libraries needed 
  25. #
  26. LIB_X11 = -lX11 -lSM -lICE -lXext -lXt -L/usr/X11R6/lib -L/usr/src/libsx/src
  27. LIB_CTHUGHA = -lm -lvga -lvgagl -lncurses
  28. LIB_XCTHUGHA = -lm -lncurses -lsx -lXaw -lXmu $(LIB_X11)
  29. LIB_CTHUGHA_SERVER = -lm -lvga -lncurses
  30. LIB_XCTHUGHA_SAVER = -lm -lXExExt $(LIB_X11)
  31.  
  32. #
  33. # extra include path to search for some header files
  34. #
  35. NC_INC    = /usr/include/ncurses
  36. LIBSX_INC = /usr/src/libsx/src
  37.  
  38. #
  39. # use the following if you use 2.7.x and want to create an a.out file
  40. # (if you don't have the libraries in ELF). You should have the old libc 
  41. # include files (version 4) in /usr/i486-linuxaout/include and the new 
  42. # ones (version 5) in /usr/i486-linux/include. In /usr/include you should
  43. # keep the other include files (like ncurses) and the links to X11 and 
  44. # the linux-sources. You can not use the new version 5 include files with
  45. # the old version 4 libc. 
  46. #
  47. #CC      = gcc -b i486-linuxaout 
  48.  
  49. #
  50. # use the following line if you have a gcc older than 2.7.0 or you want
  51. # to create the ELF binaries with gcc 2.7.x.
  52. #
  53. CC      = gcc
  54.  
  55. # gcc flags 
  56. CFLAGS    = -m486 -O4 -fomit-frame-pointer -funroll-loops -Wall -I $(NC_INC) -I $(LIBSX_INC)
  57. LDFLAGS = -s 
  58.  
  59. #
  60. # programs used for documentation
  61. #
  62. TEXI2DVI     = tex
  63. TEXI2DVI_FLAGS     = 
  64. MAKEINFO     = makeinfo
  65. MAKEINFO_FLAGS     =
  66. DVIPS         = dvips
  67.  
  68. #
  69. # programs used for installation
  70. #
  71. INSTALL = install
  72.  
  73.  
  74.  
  75.